home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / mini_pool_2.swf / scripts / frame_25 / PlaceObject2_66_58 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2010-11-09  |  264b  |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused == 0)
  3.    {
  4.       if(!animate)
  5.       {
  6.          return undefined;
  7.       }
  8.       ball._x += dx;
  9.       ball._y += dy;
  10.       count++;
  11.       if(count >= framesNeed)
  12.       {
  13.          conclude();
  14.       }
  15.    }
  16. }
  17.